projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ea2ebe
)
* xfaces.el (face-equal): Doc fix.
author
Jim Blandy
<jimb@redhat.com>
Wed, 19 May 1993 19:48:38 +0000
(19:48 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Wed, 19 May 1993 19:48:38 +0000
(19:48 +0000)
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 404086853556708335a457270b547d2fde2df77a..8bc600cf880b8221592aa97d96311692da4358f1 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-308,7
+308,7
@@
Otherwise it applies to each frame separately."
new-face))
(defun face-equal (face1 face2 &optional frame)
- "True if the faces FACE1 and FACE2 display in the
the
same way."
+ "True if the faces FACE1 and FACE2 display in the same way."
(setq face1 (internal-get-face face1 frame)
face2 (internal-get-face face2 frame))
(and (equal (face-foreground face1 frame) (face-foreground face2 frame))